home *** CD-ROM | disk | FTP | other *** search
/ HamCall (April 1991) / HAMCALL CD-ROM (Buckmaster)(April 1991).BIN / amateur / tapr / tapr116.doc next >
Text File  |  1990-10-14  |  4KB  |  89 lines

  1. November 7, 1988
  2.  
  3.                      TNC-2 Software Release 1.1.6 Notes
  4.                      
  5. This document describes the differences between the latest release
  6. 1.1.6 and the previous (1.1.5) release of TAPR software for the TNC 2
  7. Terminal Node Controller.
  8.  
  9. The reported checksum on powerup is $2E.
  10.  
  11. This release includes "KISS" capability from K3MC.
  12.  
  13.                        NEW COMMANDS
  14.                        
  15. KISS ON|OFF                            default:  OFF
  16.  
  17. Parameters
  18.  
  19.    ON     The TNC will use the KISS command set and "SLIP" protocol
  20.           for TNC-to-host communications.
  21.           
  22.    OFF    The TNC will use the standard user interface.
  23.    
  24. This command is used to enter the "KISS" mode for operation with
  25. various experimental protocols.  KISS is used with intelligent host
  26. computers.  The most popular use has been in conjunction with the
  27. KA9Q TCP/IP networking software, available from TAPR and elsewhere.
  28.  
  29. To operate KISS with this release, enter the command KISS ON, then
  30. the command RESTART (NOT RESET!).  The CON and STA LEDs will flash
  31. three times when intially activated.  This command will then have
  32. effect for subsequent power on/off cycles.  To return to normal
  33. operation, enter the command PARAM <device> 255 at the
  34.  
  35.         NET>             
  36.         
  37. prompt if you are running the KA91 TCP/IP software package.  If you
  38. cannot send this parameter with the software you intend to use, you
  39. must power the TNC off, then disconnect the bbRAM battery for several
  40. minutes, then reconnect the battery and power up again.
  41.  
  42. NOTE:     While the TNC is in the "KISS" mode, normal TNC operation
  43.           is suspended and the familiar command set is inoperative.
  44.           
  45. TXUIFRAM ON|OFF                      default:  OFF
  46.  
  47. Parameters
  48.  
  49.    ON     The TNC will send the contents of the outgoing transmit
  50.           buffer as UI frames to the "UNPROTO" destination when it disconnects.
  51.           
  52.    OFF    The TNC will send only BEACON TEXT and periodic ID as UI
  53.           frames, and will discard the contents of the transmit
  54.           buffer when it disconnects.
  55.           
  56. This command determines whether the TNC will transmit most
  57. unconnected information packets.
  58.  
  59. Setting TXUIFRAMe OFF will prevent all but BEACON and ID unconnected
  60. ("UI") frames from being originated and transmitted.  This is most
  61. useful for BBS and other stations which tend to leave unacknowledged
  62. data in the TNC transmit buffer when a connection is lost.  The
  63. normal behavior of a TNC would send the buffered data as "UI" frames,
  64. adding to channel congestion.
  65.  
  66. The behavior with TXUIframe OFF serves to reduce channel congestion
  67. becasue the now useless data is never sent.
  68.  
  69. NOTE:     TXIFRAM has NO effect on the digipeating of UI frames.  It
  70.           only affects frames being originated at this station.
  71.           
  72.                               CHANGES
  73.                               
  74. o - The TNC now requires that the Data Carrier Detect (DCD) signal
  75. from the internal or extern modem be asserted (true) for a packed to
  76. be received.  This change is intended to ensure that a modem with a
  77. "threshold" control is set properly.
  78.  
  79. The result is that the station operator will set the DCD control in
  80. order to receive data.  This then ensures that the TNC will have the
  81. best chance of detecting other station activity, reducing collisions
  82. that would otherwise result from jumping on a channel believed to be
  83. open when it is really in use by another station.
  84.  
  85. This protection feature will be invisible to most operators.
  86.  
  87. NOTE:     To test with digital loopback, FULLDUP must be ON.  For
  88.           normal operation, FULLDUP should be set to OFF.
  89.